home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
eiffel
/
smalleif.97
/
se.t
/
SmallEiffel
/
lib_test
/
test_deferred3.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-02
|
276 b
|
21 lines
class TEST_DEFERRED3
--
-- From a bug report of : Mostefa KASSAB
--
creation make
feature
make is
local
cltn: LINK_LIST[INTEGER];
do
!LINK_LIST[INTEGER]!cltn.make;
if cltn.upper = 3 then
end;
cltn.add_first(2);
end;
end -- TEST_DEFERRED3